-- card: 2872 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2739 -- name: -- part 2 (button) -- low flags: 00 -- high flags: A003 -- rect: left=261 top=160 right=238 bottom=379 -- title width / last selected line: 0 -- icon id / first selected line: 7012 / 7012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Pig Latin ----- HyperTalk script ----- on mouseUp global word1,char1,word2 Ask "Type in a word for me to translate -1 word " put it into word1 put char 1 of word1 into char1 delete char 1 of word1 put word1 & char1 & "ay" into word2 answer word2 end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=19 top=33 right=65 bottom=61 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ? ----- HyperTalk script ----- on mouseUp play boing sc g e c f c5 a4 f a e5 c a4 g d5 b4 g c visual effect dissolve to gray visual effect dissolve go to card id 3797 end mouseUp -- part contents for card part 1 ----- text ----- Bird-irdbay Cat-atcay Dog-ogday frog-rogfray fish-ishfay -- part contents for background part 16 ----- text ----- Bird-irdbay Cat-atcay Dog-ogday frog-rogfray fish-ishfay Lion-ionlay ----------- Macintosh-acintoshmay Computer-omputercay ----------- For more words hit the pig latin button..... on